home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / Sced / Source / ScedApp.h < prev    next >
Text File  |  1993-02-02  |  184b  |  13 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface ScedApp:Application
  5. {
  6. }
  7.  
  8. - appDidInit:sender;
  9. - (int)openFile:(const char *)fullPath ok:(int *)flag;
  10. - (BOOL)appAcceptsAnotherFile:sender;
  11.  
  12. @end
  13.